home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00125.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  446 b   |  20 lines

  1. on mouseUp
  2.   global SOND
  3.   if SOND = 0 then
  4.     puppetSound("SCLICK")
  5.     updateStage()
  6.   end if
  7.   SHOWPUSHER()
  8.   set the locH of sprite 45 to -50
  9.   set the locV of sprite 45 to -50
  10.   set the locV of sprite 46 to -50
  11.   set the locH of sprite 46 to -50
  12.   play frame "REG"
  13.   updateStage()
  14.   set the locH of sprite 45 to 30
  15.   set the locV of sprite 45 to 391
  16.   set the locH of sprite 46 to 571
  17.   set the locV of sprite 46 to 391
  18.   updateStage()
  19. end
  20.